Update github actions - #669
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
September 5, 2026 10:12
7cfac8b to
4fd8788
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
September 7, 2026 12:45
4fd8788 to
418ac66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.0→1.4.2v3.22.0→v3.23.0v6.0.10→v6.1.0Release Notes
oven-sh/bun (bun)
v1.4.2: Bun v1.4.2Compare Source
To install Bun v1.4.2
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.4.2:
Read Bun v1.4.2's release notes on Bun's blog
Thanks to 3 contributors!
v1.4.1Compare Source
fallow-rs/fallow (fallow-rs/fallow)
v3.23.0: : a readiness check, and reports that survive a moved checkoutCompare Source
An empty Fallow report has always been ambiguous. It can mean the project is clean, or it can mean Fallow never resolved your config and analyzed almost nothing, and until now the output looked the same either way.
A readiness command
fallow doctorsettles it before you run anything. The command checks the project root, which config actually resolved, whether workspace discovery found what you expect, whether external plugins load, and whether the optional type-aware companion is available. Every check is a local read, so nothing is analyzed and nothing is written.A failed required check exits
2. There is no exit1, because that code means error-severity findings anddoctorlooks at your setup, not your code. For agents,--format json --quietgives you astatusto branch on and achecks[].messageper check to report back.Reports that stay put when the checkout moves
Duplication groups that share a full content hash used to take an ordinal derived from absolute-path digests. Move an unchanged checkout to a different directory and the same handle could land on a different group. Those groups now use report-scoped
dup:<16hex>-rNhandles ordered by canonical fragment, location, and metric. Health complexity ties break on project-relative path, line, column, and function name, so--topselects the same finding wherever the repository lives.If you suppress duplication findings, read this before upgrading. Legacy numeric collision handles (
dup:<16hex>-N) are still valid syntax and are deliberately not aliases for the corrected ones. An old collision suppression or baseline key will resurface its finding for review, rather than match some other group without telling you. Regenerate the report, look at the group, then refresh itsignoredCloneskey or baseline. Update every installation before you store-rNkeys, since older versions reject that syntax;minimumVersionpins the released version a shared config needs.Ordinary
dup:<8hex>and wideneddup:<16hex>handles are unaffected, which is most of them.Detection accuracy
Four people filed four bugs this cycle, and all four are fixed here.
A class member reached through an object container or an object alias, rather than directly on the instance, was never followed (#2546, thanks @Ericlm). Binaries invoked through
varlock run -- <bin>lost their argument boundaries in package-script parsing (#2551, reported and fixed by @PrinceD96 in #2552).fallow-ignore-next-line unused-catalog-entrywas suggested by the finding and then did nothing, because quoted YAML scalar content was dropped in catalog parsing (#2548, thanks @michalius). Scoped package names rendered as empty strings inreview --brief(#2553, thanks @Elia97).Oxlint configs that declare
jsPluginsnow count those as referenced dependencies, so Ultracite-style setups stop reporting their lint plugins as unused.Editors and CI
Zed reaches the parity its extension API allows. Exact diagnostic codes go in
initialization_options.mutedCategories, where a team can commit them alongside the project. Inline complexity Code Lens is opt-in throughhealth.inlineComplexity, and advisory security candidate diagnostics turn on through your project rules like anywhere else. The Zed guide separates those LSP features from fullfallow healthandfallow securityCLI runs, and says plainly that the current extension API offers no contribution point for a Fallow-owned sidebar or status-bar item.Inline review comments now carry clone evidence: the stable
dup:handle with line and instance counts, plus each peer copy as a repository-relative range, so a reviewer can open the other copies from the comment (thanks @Jerc92 for #2550).The VS Code integration frames LSP messages by bytes, which fixes stream desynchronization on workspace paths containing non-ASCII characters.
For agents
Every MCP tool parameter now carries a description taken from the CLI help, so a tool reads the same way in an agent as it does in a terminal.
guardnow spells out its own contract. It reads config and runs no analysis, and a path matching no configured zone comes back as an empty rule set instead of an error. The server instructions point attools/listand the resources instead of listing every tool inline, which keeps them from drifting each time the roster changes.The agent instruction surface got a prompt audit. Numbers that had rotted were deleted rather than refreshed, since a refreshed number rots again next release, and the CLI reference now names
fallow dead-codein the three places it still used the legacycheckalias.Install
Full Changelog: fallow-rs/fallow@v3.22.0...v3.23.0
pnpm/action-setup (pnpm/action-setup)
v6.1.0Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.